| Commit message (Expand) | Author | Age |
... | |
| * | | [CIFS] remove some redundant argument checks | Mariusz Kozlowski | 2007-10-03 |
| * | | [CIFS] Reduce chance of list corruption in find_writable_file | Steve French | 2007-10-01 |
| * | | [CIFS] change misleading field name | Steve French | 2007-10-01 |
| * | | [CIFS] named pipe support (part 2) | Steve French | 2007-09-29 |
| * | | [CIFS] CIFS support for named pipes (part 1) | Steve French | 2007-09-28 |
| * | | [CIFS] Fix memory leak in statfs to very old servers | Steve French | 2007-09-28 |
| * | | [CIFS] fix cut and paste error - missing defines cause cifsacl build error | Steve French | 2007-09-25 |
| * | | [CIFS] move cifs acl code to new file and fix build break | Steve French | 2007-09-25 |
| * | | [CIFS] Support for CIFS ACLs (part 1) | Steve French | 2007-09-24 |
| * | | [CIFS] fix typo in previous commit | Steve French | 2007-09-20 |
| * | | [CIFS] Print better error when server returns malformed QueryUnixInfo response | Steve French | 2007-09-20 |
| * | | [CIFS] Add warning message when broken server fails SetFSInfo call | Steve French | 2007-09-20 |
| * | | [CIFS] Fallback to standard mkdir if server incorrectly claims support for | Steve French | 2007-09-16 |
| * | | [CIFS] fix small memory leak in an error path in new posix mkdir | Steve French | 2007-09-16 |
| * | | [CIFS] missing field in debug output from previous fix | Steve French | 2007-09-14 |
| * | | [CIFS] Fix potential NULL pointer usage if kzalloc fails | Steve French | 2007-09-14 |
| * | | [CIFS] typo in earlier cifs_reconnect fix | Steve French | 2007-09-14 |
| * | | [CIFS] Respect umask when using POSIX mkdir | Jeff | 2007-09-13 |
| * | | [CIFS] lock inode open file list in close in case racing with open | Steve French | 2007-09-11 |
| * | | [CIFS] Fix oops in find_writable_file | Steve French | 2007-09-07 |
| * | | [CIFS] Fix warnings shown by newer version of sparse | Steve French | 2007-08-30 |
| * | | [CIFS] formatting cleanup found by checkpatch | Steve French | 2007-08-30 |
| * | | [CIFS] fix for incorrect session reconnects | Steve French | 2007-08-30 |
| * | | [CIFS][KJ] use abs() from kernel.h where appropriate | Andre Haupt | 2007-08-30 |
| * | | [CIFS] fix typo in previous | Steve French | 2007-08-23 |
| * | | [CIFS] Byte range unlock request to non-Unix server can unlock too much | Jeff Layton | 2007-08-23 |
| * | | [CIFS] Fix unbalanced call to GetXid/FreeXid | Cyrill Gorcunov | 2007-08-23 |
| * | | [CIFS] cifs truncate missing a fix for private map COW race | Steve French | 2007-08-22 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2007-10-19 |
|\ \ \ |
|
| * | | | [XFS] cleanup fid types mess | Christoph Hellwig | 2007-10-19 |
| * | | | [XFS] fixups after behavior removal merge into mainline git | Christoph Hellwig | 2007-10-19 |
| | |/
| |/| |
|
* | | | Use task_pid_nr() instead of pid_nr(task_pid()) | Pavel Emelyanov | 2007-10-19 |
* | | | Remove unused variables from fs/proc/base.c | Pavel Emelyanov | 2007-10-19 |
* | | | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 |
* | | | Fix tsk->exit_state usage | Eugene Teo | 2007-10-19 |
* | | | proc: export a processes resource limits via /proc/pid | Neil Horman | 2007-10-19 |
* | | | fs/select, remove unused macros | Jiri Slaby | 2007-10-19 |
* | | | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2007-10-19 |
* | | | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: make proc_flush_task() actually from entries from multiple na... | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: helpers to find the task by its numerical ids | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc... | Pavel Emelyanov | 2007-10-19 |
* | | | pid namespaces: introduce MS_KERNMOUNT flag | Pavel Emelyanov | 2007-10-19 |
* | | | fs/super.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 2007-10-19 |
* | | | fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 2007-10-19 |
* | | | fs/file_table.c: use list_for_each_entry() instead of list_for_each() | Matthias Kaehlcke | 2007-10-19 |
* | | | Make access to task's nsproxy lighter | Pavel Emelyanov | 2007-10-19 |