summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro2010-10-141-3/+15
| * | | | hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney2010-10-141-2/+9
| * | | | hfsplus: fix rename over directoriesChristoph Hellwig2010-10-011-1/+4
| * | | | hfsplus: convert tree_lock to mutexThomas Gleixner2010-10-013-4/+4
| * | | | hfsplus: add missing extent locking in hfsplus_write_inodeChristoph Hellwig2010-10-012-15/+34
| * | | | hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig2010-10-011-0/+2
| * | | | hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig2010-10-016-28/+30
| * | | | hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig2010-10-013-24/+50
| * | | | hfsplus: remove the rsrc_inodes listChristoph Hellwig2010-10-013-4/+9
| * | | | hfsplus: do not cache and write next_allocChristoph Hellwig2010-10-012-3/+0
| * | | | hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig2010-10-011-14/+12
| * | | | hfsplus: merge mknod/mkdir/creatChristoph Hellwig2010-10-011-48/+16
| * | | | hfsplus: clean up hfsplus_write_inodeChristoph Hellwig2010-10-011-43/+37
| * | | | hfsplus: clean up hfsplus_igetChristoph Hellwig2010-10-011-37/+40
| * | | | hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-10-018-173/+193
| * | | | hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-10-0113-189/+209
| * | | | hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig2010-10-011-5/+0
| * | | | hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig2010-10-011-2/+2
| * | | | hfsplus: introduce alloc_mutexChristoph Hellwig2010-10-013-4/+8
| * | | | hfsplus: protect setflags using i_mutexChristoph Hellwig2010-10-011-7/+8
| * | | | hfsplus: split hfsplus_ioctlChristoph Hellwig2010-10-011-65/+80
| * | | | hfsplus: fix BKL leak in hfsplus_ioctlChristoph Hellwig2010-10-011-2/+2
* | | | | Export dump_{write,seek} to binary loader modulesLinus Torvalds2010-10-141-0/+2
| |/ / / |/| | |
* | | | Un-inline the core-dump helper functionsLinus Torvalds2010-10-141-0/+38
* | | | Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-4/+0
* | | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-131-2/+0
|\ \ \ \
| * | | | nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields2010-10-131-2/+0
* | | | | fanotify: disable fanotify syscallsEric Paris2010-10-111-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-10-094-23/+33
|\ \ \ \ \
| * | | | | ceph: update issue_seq on cap grantSage Weil2010-10-071-3/+5
| * | | | | ceph: send cap release message early on failed revoke.Greg Farnum2010-10-071-10/+13
| * | | | | ceph: Update max_len with minimum required sizeAneesh Kumar K.V2010-10-071-1/+4
| * | | | | ceph: Fix return value of encode_fh functionAneesh Kumar K.V2010-10-071-7/+9
| * | | | | ceph: avoid null deref in osd request error pathSage Weil2010-10-071-1/+1
| * | | | | ceph: fix list_add usage on unsafe_writes listHenry C Chang2010-10-071-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-10-091-1/+7
|\ \ \ \ \
| * | | | | exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh2010-10-081-1/+7
| |/ / / /
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-071-5/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xfs: properly account for reclaimed inodesJohannes Weiner2010-10-061-5/+14
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-061-15/+4
|\ \ \ \
| * | | | writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig2010-10-041-15/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-10-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-012-16/+35
|\ \ \
| * | | cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton2010-10-011-16/+33
| * | | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-291-0/+2
| |/ /
* | | reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker2010-10-011-2/+3
* | | reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker2010-10-011-1/+1
* | | proc: make /proc/pid/limits world readableJiri Olsa2010-10-011-2/+2
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2010-09-291-1/+1
|\ \ \