aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-09pidns: Use task_active_pid_ns where appropriateEric W. Biederman2-2/+2
2011-08-08procfs: Don't cache a pid in the root inode.Eric W. Biederman2-18/+1
2011-08-08procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman5-151/+63
2011-08-08ns proc: Add support for the pid namespaceEric W. Biederman1-0/+3
2011-08-08ns proc: Add support for the user namespaceEric W. Biederman1-0/+3
2011-08-08ns proc: Add support for the mount namespaceEric W. Biederman2-0/+104
2011-08-08proc: Add a test for proc namespace inodesEric W. Biederman1-0/+4
2011-08-08proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-12/+27
2011-08-08proc: Generalize proc inode allocationEric W. Biederman1-13/+13
2011-08-08proc: Fix the proc access checks to namespace files.Eric W. Biederman2-23/+141
2011-08-08proc: Use d_set_d_op in the namespace file descriptor codeEric W. Biederman1-1/+1
2011-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+1
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds1-2/+0
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich1-9/+5
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky1-1/+1
2011-07-19fs/libfs.c: fix simple_attr_write() on 32bit machinesAkinobu Mita1-1/+1
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-72/+35
2011-07-19vfs: fix race in rcu lookup of pruned dentryLinus Torvalds1-1/+6
2011-07-18Fix cifs_get_root()Al Viro1-71/+29
2011-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-45/+54
2011-07-17hppfs_lookup(): don't open-code lookup_one_len()Al Viro1-16/+3
2011-07-17hppfs: fix dentry leakAl Viro1-6/+6
2011-07-17cramfs: get_cramfs_inode() returns ERR_PTR() on failureAl Viro1-10/+12
2011-07-17ufs should use d_splice_alias()Al Viro1-8/+4
2011-07-17fix exofs ->get_parent()Al Viro1-1/+1
2011-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-7/+7
2011-07-16ceph analog of cifs build_path_from_dentry() race fixAl Viro1-3/+16
2011-07-16cifs: build_path_from_dentry() race fixAl Viro1-1/+12
2011-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-17/+36
2011-07-14fix loop checks in d_materialise_unique()Al Viro1-17/+34
2011-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds7-10/+50
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse4-8/+36
2011-07-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-2/+3
2011-07-12Fix ->d_lock locking order in unlazy_walk()Al Viro1-0/+2
2011-07-12[CIFS] update cifs to version 1.74Steve French1-1/+1
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconSteve French1-1/+1
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar1-5/+5
2011-07-12GFS2: Fix race during filesystem mountSteven Whitehouse3-1/+11
2011-07-12GFS2: force a log flush when invalidating the rindex glockBenjamin Marzinski1-1/+3
2011-07-11NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson1-1/+1
2011-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-57/+73
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton1-1/+1
2011-07-09cifs: fix expand_dfs_referralJeff Layton1-10/+20
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton1-0/+2
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-6/+20
2011-07-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-8/+10
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton3-33/+33
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells3-5/+48
2011-07-06btrfs: fix oops when doing space balanceMiao Xie1-5/+7
2011-07-06Btrfs: don't panic if we get an error while balancing V2Josef Bacik1-1/+2
2011-07-06btrfs: add missing options displayed in mount outputDavid Sterba2-0/+11
2011-07-06xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2-8/+10
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton3-9/+5
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton1-6/+15
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton1-1/+0
2011-07-06FDPIC: Fix memory leakDavidlohr Bueso1-0/+1
2011-07-06fs: fix lock initializationMiklos Szeredi1-10/+20
2011-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-8/+6
2011-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds2-3/+6
2011-07-01cifs: set socket send and receive timeouts before attempting connectJeff Layton1-8/+8
2011-06-30hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov1-1/+1
2011-06-30hfsplus: add missing call to bio_put()Seth Forshee1-2/+5
2011-06-28pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2-1/+2
2011-06-28proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+7
2011-06-27romfs: fix romfs_get_unmapped_area() argument checkBob Liu1-2/+6
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-31/+100
2011-06-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-6/+31
2011-06-27btrfs: fix inconsonant inode informationMiao Xie3-26/+91
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+3
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-116/+98
2011-06-25Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik1-3/+6
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov1-2/+2
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro1-22/+22
2011-06-24cifs: more breakage on mount failuresAl Viro1-7/+4
2011-06-24cifs: close sget() racesAl Viro1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2-14/+4
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro1-18/+1
2011-06-24cifs: pull cifs_mount() call upAl Viro1-12/+15
2011-06-24sanitize cifs_umount() prototypeAl Viro3-8/+5
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2-3/+3
2011-06-24cifs: allocate mountdata earlierAl Viro1-11/+10
2011-06-24cifs: leak on mount if we share superblockAl Viro1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro4-22/+26
2011-06-24cifs: don't leak nls on mount failureAl Viro1-0/+1
2011-06-24cifs: double free on mount failureAl Viro1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2-11/+11
2011-06-24cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton1-1/+1
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason1-0/+1
2011-06-24cifs: free blkcipher in smbhashJeff Layton1-4/+2
2011-06-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+13
2011-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-14/+25
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl2-2/+0
2011-06-23xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner1-0/+7
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner1-2/+5
2011-06-23xfs: reset inode per-lifetime state when recycling itDave Chinner2-4/+19
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Jeff Layton1-13/+20
2011-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds4-12/+11
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky1-1/+5
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds12-61/+127
2011-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds10-160/+147
2011-06-21NFS: Fix decode_secinfo_maxszBryan Schumaker1-1/+1
2011-06-21NFSv4.1: Fix an off-by-one error in pnfs_generic_pg_testTrond Myklebust1-5/+16
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust2-5/+10
2011-06-20Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-20/+19
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-36/+5
2011-06-20jfs: agstart field must be 64 bitsDave Kleikamp1-1/+1
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy2-3/+6
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-189/+174
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp3-9/+9
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsDave Kleikamp1-1/+1
2011-06-20fix comment in generic_permission()Al Viro1-1/+2
2011-06-20kill obsolete comment for follow_down()Al Viro1-3/+0
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro1-6/+1
2011-06-20logfs doesn't need ->permission() at allAl Viro1-8/+0
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro1-3/+0
2011-06-20ubifs: dereferencing an ERR_PTR in ubifs_mount()Dan Carpenter1-0/+1
2011-06-20nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields1-6/+9
2011-06-19pnfs-obj: No longer needed to take an extra ref at add_deviceBoaz Harrosh1-1/+0
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds1-1/+4
2011-06-18isofs: fix bh leak in isofs_fill_super() error caseLinus Torvalds1-1/+2
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason3-10/+28
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2-6/+20
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst3-148/+0
2011-06-17btrfs: fix dereference of ERR_PTR valueDavid Sterba1-1/+1
2011-06-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason3-3/+14
2011-06-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-96/+42
2011-06-17Btrfs: fix relocation racesChris Mason4-13/+105
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-1/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-3/+6
2011-06-16NFSv4: Fix a readdir regressionTrond Myklebust1-7/+7
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-168/+167
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig3-95/+41
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells3-10/+11
2011-06-16AFS: Set s_id in the superblock to the volume nameDavid Howells1-0/+1
2011-06-16vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara1-3/+1
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard1-12/+9
2011-06-16VFS: Fix vfsmount overput on simultaneous automountAl Viro1-8/+16
2011-06-16fix wrong iput on d_inode introduced by e6bc45d65dTörök Edwin1-1/+3
2011-06-15Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds1-1/+1
2011-06-15fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman1-3/+6
2011-06-15nfs4.1: mark layout as bad on error path in _pnfs_return_layoutFred Isaman1-0/+2
2011-06-15Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik1-3/+11
2011-06-15Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik1-0/+2
2011-06-15Btrfs: fix path leakage on subvol deletionJosef Bacik1-0/+1
2011-06-15nfs4.1: prevent race that allowed use of freed layout in _pnfs_return_layoutFred Isaman1-2/+2
2011-06-15NFSv4.1: need to put_layout_hdr on _pnfs_return_layout error pathBenny Halevy1-0/+1
2011-06-15NFS: (d)printks should use %zd for ssize_t argumentsDavid Howells1-1/+1
2011-06-15NFSv4.1: fix break condition in pnfs_find_lsegBenny Halevy1-1/+1
2011-06-15nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman2-7/+9
2011-06-15NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson1-5/+10
2011-06-15NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson3-11/+36
2011-06-15NFSv4.1: Fix a refcounting issue in the pNFS device id cacheTrond Myklebust1-0/+1
2011-06-15NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy2-8/+6
2011-06-15NFS41: do not update isize if inode needs layoutcommitPeng Tao1-1/+2
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-1/+7
2011-06-15NFS: fix umount of pnfs filesystemsWeston Andros Adamson2-5/+12
2011-06-14[CIFS] update cifs version to 1.73Steve French1-1/+1
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2-30/+27
2011-06-14timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock1-1/+4
2011-06-13ceph: fix sync and dio writes across stripe boundariesSage Weil1-3/+3
2011-06-13ceph: fix page alignment correctionsSage Weil1-5/+3
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton1-1/+5
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton1-0/+33
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton1-3/+3
2011-06-13CIFS: Fix sparse errorPavel Shilovsky1-7/+4
2011-06-13jbd2: Fix oops in jbd2_journal_remove_journal_head()Jan Kara4-120/+99
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-53/+70
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-13/+28
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason1-4/+0
2011-06-13Btrfs: check the return value from set_anon_superChris Mason1-1/+3
2011-06-13block: use the passed in @bdev when claiming if partno is zeroTejun Heo1-1/+13
2011-06-12jbd2: Remove obsolete parameters in the comments for some jbd2 functionsTao Ma1-2/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro2-27/+12
2011-06-12afs: fix sget() races, close leak on umountAl Viro1-41/+32
2011-06-12ubifs: fix sget racesAl Viro1-24/+30
2011-06-12ubifs: split allocation of ubifs_info into a separate functionAl Viro1-39/+48
2011-06-12fix leak in proc_set_super()Al Viro1-5/+6
2011-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds10-113/+233
2011-06-11Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan1-1/+1
2011-06-11nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi1-1/+1
2011-06-11nilfs2: fix missing block address termination in btree node shrinkingRyusuke Konishi1-7/+14
2011-06-11nilfs2: fix incorrect block address termination in node concatenationRyusuke Konishi1-5/+13
2011-06-10Btrfs - use %pU to print fsidIlya Dryomov1-6/+2
2011-06-10Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt1-1/+1
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2-32/+39
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba1-2/+1
2011-06-10Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan1-9/+14
2011-06-10btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...richard kennedy1-1/+1