aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Untangling ima mess, part 1: alloc_file()Al Viro2009-12-162-2/+2
* O_TRUNC open shouldn't fail after file truncationAl Viro2009-12-161-53/+56
* fs: move get_empty_filp() deffinition to internal.hEric Paris2009-12-164-0/+7
* Sanitize exec_permission_lite()Al Viro2009-12-161-9/+8
* Kill cached_lookup() and real_lookup()Al Viro2009-12-161-87/+66
* Kill path_lookup_open()Al Viro2009-12-161-32/+16
* Take hash recalculation into do_lookup()Al Viro2009-12-161-17/+11
* fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro2009-12-162-10/+1
* switch cachefiles to kern_path()Al Viro2009-12-161-7/+4
* kill __link_path_walk()/link_path_walk() distinctionAl Viro2009-12-161-34/+34
* lift path_put(path) to callers of __do_follow_link()Al Viro2009-12-161-2/+2
* switch create_read_pipe() to alloc_file()Al Viro2009-12-161-9/+3
* switch alloc_file() to passing struct pathAl Viro2009-12-165-33/+38
* switch nilfs2 to deactivate_locked_super()Al Viro2009-12-161-2/+1
* get rid of init_file()Al Viro2009-12-161-28/+2
* unexport get_empty_filp()Al Viro2009-12-161-2/+0
* switched inotify_init1() to alloc_file()Al Viro2009-12-161-15/+10
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-1570-2836/+2369
|\
| * xfs: event tracing supportChristoph Hellwig2009-12-1470-2592/+2151
| * xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig2009-12-144-26/+38
| * xfs: cleanup bmap extent state macrosChristoph Hellwig2009-12-142-222/+184
* | fs/ubifs: use %pUB to print UUIDsJoe Perches2009-12-152-13/+3
* | fs/gfs2/sys.c: use %pUB to print UUIDsJoe Perches2009-12-151-13/+3
* | fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches2009-12-151-10/+4
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-152-7/+4
* | task_struct: make journal_info conditionalHiroshi Shimamoto2009-12-158-0/+11
* | procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-152-0/+77
* | procfs: use proper units for noMMU statmSteven J. Magnani2009-12-151-2/+6
* | nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-151-1/+2
* | mm hugetlb: add hugepage support to pagemapNaoya Horiguchi2009-12-151-0/+45
* | hfs: fix a potential buffer overflowAmerigo Wang2009-12-153-1/+21
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-145-31/+66
|\
| * udf: Avoid IO in udf_clear_inodeJan Kara2009-12-143-22/+41
| * udf: Try harder when looking for VAT inodeJan Kara2009-12-141-8/+24
| * udf: Fix compilation with UDFFS_DEBUG enabledJan Kara2009-12-141-1/+1
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-12-141-18/+0
|\ \
| * | md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-18/+0
| |/
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-12-1418-408/+898
|\ \
| * \ Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-1318-408/+898
| |\ \ | | |/ | |/|
| | * NFS: Fix nfs_migrate_page()Trond Myklebust2009-12-101-2/+3
| | * nfs41: Invoke RECLAIM_COMPLETE on all new client idsRicardo Labiaga2009-12-081-3/+4
| | * NFSv41: Fix a potential state leakage when restarting nfs4_close_prepareTrond Myklebust2009-12-081-17/+35
| | * nfs41: Handle NFSv4.1 session errors in the delegation recall codeRicardo Labiaga2009-12-071-0/+5
| | * nfs41: Retry delegation return if it failed with session errorRicardo Labiaga2009-12-071-2/+13
| | * nfs41: Handle session errors during delegation returnRicardo Labiaga2009-12-071-0/+8
| | * nfs41: Mark stateids in need of reclaim if state manager gets stale clientidRicardo Labiaga2009-12-071-10/+2
| | * NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust2009-12-075-22/+22
| | * nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTIDRicardo Labiaga2009-12-062-18/+43
| | * nfs41: nfs41_setup_state_renewalRicardo Labiaga2009-12-063-18/+31
| | * NFSv41: More cleanupsTrond Myklebust2009-12-051-4/+3