summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | [CIFS] named pipe support (part 2)Steve French2007-09-294-5/+17
| * | [CIFS] CIFS support for named pipes (part 1)Steve French2007-09-285-8/+37
| * | [CIFS] Fix memory leak in statfs to very old serversSteve French2007-09-282-4/+5
| * | [CIFS] fix cut and paste error - missing defines cause cifsacl build errorSteve French2007-09-251-1/+8
| * | [CIFS] move cifs acl code to new file and fix build breakSteve French2007-09-255-109/+137
| * | [CIFS] Support for CIFS ACLs (part 1)Steve French2007-09-244-8/+143
| * | [CIFS] fix typo in previous commitSteve French2007-09-201-1/+1
| * | [CIFS] Print better error when server returns malformed QueryUnixInfo responseSteve French2007-09-201-0/+3
| * | [CIFS] Add warning message when broken server fails SetFSInfo callSteve French2007-09-201-1/+10
| * | [CIFS] Fallback to standard mkdir if server incorrectly claims support forSteve French2007-09-172-3/+6
| * | [CIFS] fix small memory leak in an error path in new posix mkdirSteve French2007-09-161-2/+6
| * | [CIFS] missing field in debug output from previous fixSteve French2007-09-151-1/+2
| * | [CIFS] Fix potential NULL pointer usage if kzalloc failsSteve French2007-09-152-12/+17
| * | [CIFS] typo in earlier cifs_reconnect fixSteve French2007-09-151-1/+0
| * | [CIFS] Respect umask when using POSIX mkdirJeff2007-09-131-0/+1
| * | [CIFS] lock inode open file list in close in case racing with openSteve French2007-09-111-0/+2
| * | [CIFS] Fix oops in find_writable_fileSteve French2007-09-071-9/+28
| * | [CIFS] Fix warnings shown by newer version of sparseSteve French2007-08-314-37/+32
| * | [CIFS] formatting cleanup found by checkpatchSteve French2007-08-3010-105/+80
| * | [CIFS] fix for incorrect session reconnectsSteve French2007-08-301-6/+7
| * | [CIFS][KJ] use abs() from kernel.h where appropriateAndre Haupt2007-08-301-1/+1
| * | [CIFS] fix typo in previousSteve French2007-08-241-1/+1
| * | [CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton2007-08-242-2/+6
| * | [CIFS] Fix unbalanced call to GetXid/FreeXidCyrill Gorcunov2007-08-241-1/+1
| * | [CIFS] cifs truncate missing a fix for private map COW raceSteve French2007-08-221-0/+9
* | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-1910-92/+44
|\ \ \
| * | | [XFS] cleanup fid types messChristoph Hellwig2007-10-198-60/+33
| * | | [XFS] fixups after behavior removal merge into mainline gitChristoph Hellwig2007-10-192-32/+11
| | |/ | |/|
* | | Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov2007-10-191-1/+1
* | | Remove unused variables from fs/proc/base.cPavel Emelyanov2007-10-191-4/+1
* | | Use helpers to obtain task pid in printksPavel Emelyanov2007-10-198-17/+17
* | | Fix tsk->exit_state usageEugene Teo2007-10-191-2/+1
* | | proc: export a processes resource limits via /proc/pidNeil Horman2007-10-191-0/+75
* | | fs/select, remove unused macrosJiri Slaby2007-10-191-5/+0
* | | Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-192-3/+3
* | | Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-4/+2
* | | pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-197-46/+70
* | | pid namespaces: initialize the namespace's proc_mntPavel Emelyanov2007-10-192-0/+20
* | | pid namespaces: make proc_flush_task() actually from entries from multiple na...Pavel Emelyanov2007-10-191-2/+16
* | | pid namespaces: make proc have multiple superblocks - one for each namespacePavel Emelyanov2007-10-192-5/+64
* | | pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov2007-10-191-1/+1
* | | pid namespaces: prepare proc_flust_task() to flush entries from multiple proc...Pavel Emelyanov2007-10-191-7/+20
* | | pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2007-10-192-4/+4
* | | fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-11/+11
* | | fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* | | fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* | | Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-10/+17
* | | pid namespaces: use task_pid() to find leader's pidSukadev Bhattiprolu2007-10-191-1/+1
* | | pid namespaces: rename child_reaper() functionSukadev Bhattiprolu2007-10-191-1/+1
* | | pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-192-2/+3
OpenPOWER on IntegriCloud