aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sysctl: add some missing input constraint checksPetr Holasek2011-03-231-1/+5
* proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-4/+4
* procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-232-0/+82
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-0/+6
* ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* nilfs2: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* ocfs2: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* ext4: use little-endian bitopsAkinobu Mita2011-03-231-6/+6
* fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton2011-03-231-1/+1
* zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-223-5/+7
* fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin2011-03-221-1/+1
* aio: wake all waiters when destroying ctxRoland Dreier2011-03-221-2/+2
* adfs: add hexadecimal filetype suffix optionStuart Swales2011-03-225-26/+81
* adfs: improve timestamp precisionStuart Swales2011-03-221-21/+19
* adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2011-03-222-21/+84
* codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick2011-03-221-7/+1
* binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney2011-03-221-1/+1
* epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer2011-03-221-5/+28
* epoll: move ready event check into proper inlineDavide Libenzi2011-03-221-3/+16
* fs: use appropriate printk priority levelsMandeep Singh Baines2011-03-222-2/+2
* smaps: have smaps show transparent huge pagesDave Hansen2011-03-221-0/+4
* smaps: teach smaps_pte_range() about THP pmdsDave Hansen2011-03-221-2/+21
* smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen2011-03-221-12/+12
* smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen2011-03-221-40/+47
* pagewalk: only split huge pages when necessaryDave Hansen2011-03-221-0/+6
* mm: hugetlbfs: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-221-6/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2011-03-227-30/+65
|\
| * 9p: use the updated offset given by generic_write_checksM. Mohan Kumar2011-03-221-2/+5
| * fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V2011-03-226-11/+16
| * fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V2011-03-223-3/+6
| * fs/9p: Open writeback fid in O_SYNC modeAneesh Kumar K.V2011-03-221-2/+13
| * fs/9p: Use truncate_setsize instead of vmtruncateAneesh Kumar K.V2011-03-222-13/+15
| * fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V2011-03-224-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2011-03-226-49/+91
|\ \ | |/ |/|
| * ceph: rename dentry_release -> d_release, fix commentSage Weil2011-03-211-7/+6
| * ceph: add request to the tail of unsafe write listHenry C Chang2011-03-211-1/+2
| * ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang2011-03-211-0/+7
| * ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-212-2/+3
| * ceph: add ino32 mount optionYehuda Sadeh2011-03-214-25/+65
| * ceph: remove debugfs debug cruftSage Weil2011-03-211-6/+0
| * ceph: preserve I_COMPLETE across renameSage Weil2011-03-151-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-03-225-16/+54
|\ \
| * | fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-211-4/+4
| * | fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-211-8/+22